First, start the Python journey interactive mode1.Ctrl + D Enter an EOF character to exit the interpreter, or you can type exit () to exit2. #!/usr/bin/env python3 in #! called Shebang, the purpose is to tell the shell to use the Python interpreter
1. indent and blankWe know that the C language syntax has no requirements for indentation and blank spaces. spaces, tabs, and line breaks can all be written at will. Code that implements the same function can be well written or ugly.
1.1. Lack of
Indentation and whitespace Related:
1. Key WordsIf/while/for/switch/caseAfter the control-Made Expressions(Insert a space between the parentheses, but the expression inside the parentheses should be enclosed in parentheses.) For example: while
Document directory
I. Introduction to types
Ii. Boolean
Iii. Integer type
Iv. String
5. Array
PHP supports eight primitive types, including:
Four scalar types: Boolean, integer, float, and string );
Two composite types: array and object
Copy Code code as follows:
Single-line comment to//start
/*
Multiline comments are like this.
*/
XML document annotations
Declaring the namespaces that are used by the applicationUsing System;Using System.Collections.Generic;Using
Although PHP comes with powerful function libraries, in many cases, we also have to write custom functions to implement some functions and requirements. The following are some useful custom functions that can solve common requirements, such as
The importance of code style in C + + code style guideToday, I received the news that thougthwork written, I really feel very uncomfortable, and then brother said my code is very badThink about it, I write code is really arbitrary, and did not
C # Regular Expression Regex class usage,
I. C # Regular Expression symbol Mode
Character
Description
\
Escape Character, escape a character with special functions into a common character, or vice versa
^
Match
Iii. Introduction to the integrated development environment of JBuilder 9
Figure 10
We can see from 10 that the integrated development environment of jbuilder9 is a single window interface, A development platform that integrates
Frequently-used commands echo, @, call, pause, and REM (TIPS: Use: instead of REM) are the most frequently-used commands for batch file processing. We started from them.
First, @ is not a command, but a special identifier for DOS batch processing.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.